This article focuses on the problem of Android customization in multiple languages, and summarizes its Customization Mechanism and implementation methods. If you want to learn more about the Customization Mechanism, read the first part of this
The default language of the Android system is English, and the customized system may need to be simplified Chinese when the user is on the machine.We can modify system attributes to implement the default language.There are two methods, which can be
1 Language Customization1.1 icu4c1.1.1 icu4c IntroductionIcu4c (ICU for C, http://site.icu-project.org/) is the ICU version on the C/C ++ platform, ICU (international component for Unicode) is based on "IBM Public License, an open-source project
I checked a lot of webpages and only wrote the product_locales field to be modified.
However, there are too many. mk files. I haven't found the definition of this field for a long time.
Final result:
./Device/rockchip/sdkdemo/boardconfig. mk.
This
The Android system language is set to simplified Chinese (for example, Google TV) by default)
14:27:41 | category:Default category | font size subscriptionThe default language for Android is English, but for Android product manufacturers in mainland
1. Implement the basic C language library functions:int Mystrlen (const char* str);//Gets the length of the string based on the first address of the incoming string; The return value is lengthint Mystrlen (const char* STR){if (str = = NULL)return
[OpenWrt] Create packages
This article turns from: http://blog.chinaunix.net/uid-9688646-id-5083518.html
In fact, most of this article is the official wiki of translation
Http://wiki.openwrt.org/zh-cn/doc/devel/packages to share with you.
One of
第45-54 Line:# Deal with colliding definitions from tcsh etc.Vendor=4748 ########################################################################## Allow for Silent buildsIfeq (, $ (findstring s,$ (makeflags)))//Determine if the FindString function
WebCore folder has three projects: qtmoviewin, WebCore, and webcoregenerated. The compilation sequence is: webcoregenerated-> qtmoviewin.
First, let's take a look at the webcoregenerated project. The nmake build Comand line of this project is as
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.